ClearEventsRequest

data class ClearEventsRequest(service: ServiceName)

Represents request frame that can be used with BackgroundService#clearEvents operation call.

Clears all stored data for the service.

See also

Constructors

ClearEventsRequest
Link copied to clipboard
fun ClearEventsRequest(service: ServiceName)

Properties

service
Link copied to clipboard
val service: ServiceName

Sources

jvm source
Link copied to clipboard